Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/vishal-dcode/Sound Board/

app.js /cody/vishal-dcode/Sound Board/app.js
35 Views
0 Comments
// Define an array of sound names
const sounds = ["applause", "boo", "gasp", "tado", "victory", "wrong"];

// Create a button fo
index.html /cody/vishal-dcode/Sound Board/index.html
89 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"
style.css /cody/vishal-dcode/Sound Board/style.css
41 Views
0 Comments
* {
margin: 0;
font-family: "Poppins";
}
body {
background-color: #121212;
color: #fff;
height: 100vh;